From: John Wiegley Date: Thu, 10 May 2001 03:52:13 +0000 (+0000) Subject: Fixed reference to free variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40373 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=47bee07ecc4430229ce1be65cff32ed1efd42c71;p=emacs.git Fixed reference to free variable. --- diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index ef64fa95867..79df4d5ffba 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -1401,7 +1401,7 @@ messages, and errors." (if (and (stringp arg) (> (length arg) 0) (get-text-property 0 'number arg)) - (setcar a (string-to-number arg)))) + (setcar args (string-to-number arg)))) (setq args (cdr args)))) (eshell-apply object eshell-last-arguments)) (setq eshell-last-arguments args